home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / reconfig.zip / RECONFIG.DOC < prev   
Text File  |  1986-11-12  |  3KB  |  62 lines

  1.                     SYSTEM RECONFIGURATION/REBOOT UTILITY
  2.  
  3.       This utility program will replace your current CONFIG.SYS and
  4.       AUTOEXEC.BAT files with a specified pair of CONFIG and AUTOEXEC
  5.       files, then reboot.
  6.  
  7.       The command format is "RECONFIG ext", where "ext" is a 3-byte
  8.       configuration identifier.
  9.  
  10.       For example, suppose you have a standard configuration containing
  11.       a virtual disk, print spooler and Sidekick.  But sometimes you
  12.       need to use your system's storage for large speadsheets.  So, you
  13.       set-up two configurations: the standard one is specified in files
  14.       named "CONFIG.STD" and "AUTOEXEC.STD", and the large-memory
  15.       configuration is in "CONFIG.BIG" and "AUTOEXEC.BIG".
  16.  
  17.       When you enter "RECONFIG BIG", the contents of CONFIG.BIG are
  18.       copied to CONFIG.SYS and AUTOEXEC.BIG into AUTOEXEC.BAT.  Then
  19.       RECONFIG reboots your PC and the large-memory configuration is in
  20.       effect.
  21.  
  22.       Later, when you want to use the standard configuration, you enter
  23.       "RECONFIG STD".  RECONFIG copies your standard configuration into
  24.       CONFIG.SYS and AUTOEXEC.BAT and then reboots.
  25.  
  26.       There is no restriction on the number of configurations you can
  27.       have.  Each one is represented by a pair of "CONFIG.ext" and
  28.       "AUTOEXEC.ext" files, where "ext" is the configuration identifier.
  29.       The choice of "ext" identifiers is entirely up to your tastes.
  30.       (You can not specify "ext" as "BAT" or "SYS" because of conflicts
  31.       with the standard boot-time filename extensions.)
  32.  
  33.       RECONFIG looks for the CONFIG and AUTOEXEC files in the root
  34.       directory of the disk drive you booted from.  Make sure that the
  35.       boot diskette is in the A: drive if you booted from diskette.  For
  36.       hard disk systems, make sure that there is no diskette in the A:
  37.       drive;  a reboot attempts to boot from diskette before going to
  38.       the hard disk.  (Technical note: the boot drive is taken from the
  39.       COMSPEC in the DOS environment.  If you've altered the COMSPEC,
  40.       RECONFIG may not work.)
  41.  
  42.       If you manually reboot (Ctrl-Alt-Del), the configuration in effect
  43.       at that time will remain.  You must enter a RECONFIG command to
  44.       change it.
  45.  
  46.       The contents of a virtual disk, print spool buffer, unsaved
  47.       Sidekick notepad, etc. will disappear when you enter the RECONFIG
  48.       command.  As with any system reboot, you are responsible for
  49.       preserving such RAM-resident data.
  50.  
  51.       RECONFIG preserves the file attribute bytes (e.g., read-only) of
  52.       all the CONFUG and AUTOEXEC files.  This feature is important for
  53.       those of us who protect important files from accidental erasure
  54.       by making them read-only.
  55.  
  56.       Written and placed in the public domain by:
  57.  
  58.                               Glen F. Marshall
  59.                               1006 Gwilym Circle
  60.                               Berwyn, PA 19312
  61.  
  62.